10 for A = 0 to 255
20 %(20070) = 160; print #1,A,
30 %(20070) = A; print #1,1,
40 next A
:return ;run 
